.AT_image-download-button{    text-align: center;
    margin: 12px auto;
    display: block;}
    .AT_image-download-button a.anutrickz_btn{color: #fff!important;
        background: linear-gradient(to bottom, #4CAF50, #2E8B57);
        border: none;
        padding: 12px 24px;
        border-radius: 30px;
        text-decoration: none!important;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.2s ease-in-out;}
        .AT_image-download-button a:hover {
            background: #c62828;
          }
          .AT_image-download-button a i.fas.fa-download {
            margin-right: 7px;
            display: inline-block;
        }